/* 产品方案 */

.mod-type-box .item .mask-bg img {
    width: 100%;
    display: block;
    filter: brightness(100%);
}
.swiper-flx .tab-box {
  position: relative;
  height: 240px;
  overflow: hidden;
}

.tab-box .box {
  width: 1040px;
  position: absolute;
  top: 0;
  left: 80px;
  overflow: hidden;
  height: 240px;
}

.tab-box .box ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 5000px;
}

.tab-box .leftBtn {
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 240px;
  background: #F8F7F7;
}

.tab-box .leftBtn img {
  display: block;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.tab-box .rightBtn {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  height: 240px;
  background: #F8F7F7;
}

.tab-box .rightBtn img {
  display: block;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}


/* 测评系统 */

.business-user {
  padding-bottom: 20px;
}

.business-user .section-item {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  min-width: 1280px;
}

.business-user .section-item .mod-s-con {
  width: 1200px;
  box-sizing: border-box;
  margin: 0 auto;
}



.business-user .section-item.white-bg {
  padding-top: 96px;
}

.business-user .section-item.gray-bg {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 96px;
}


.business-user .section-item .mess-text {
  width: 344px;
  padding-right: 64px;
  float: left;
}


.business-user .section-item.section-one-item .mess-text {
  margin-top: 224px;
}

.business-user .section-item.section-four-item .mess-text {  
  width: 310px;
  padding-right: 60px;
}

.business-user .section-item .mess-text h3 {
  font-size: 32px;
  color: #2a2e2e;
  font-style: italic;
  margin-bottom: 20px;
}

.business-user .section-item .mess-text .desc {
  font-size: 16px;
  line-height: 25px;
  color: #5f6464;
}

.business-user .section-item .product-box {
  overflow: hidden;
}

.business-user .section-item .product-box .box {
  width: 195px;
  height: 300px;
  float: left;
  text-align: center;
  padding-top: 26px;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: background-color 0.2s linear;
}

.business-user .section-item.gray-bg .product-box .box:hover {
  background: #ffffff;
}

.business-user .section-item .product-box .box .logo-pic {
  width: 100%;
}

.business-user .section-item .product-box .box .logo-pic img {
  width: 96px;
}

.business-user .section-item .product-box .box .mess {
  margin-top: 8px;
  width: 100%;
}

.business-user .section-item .product-box .box .name {
  font-size: 20px;
  line-height: 36px;
  color: #2a2e2e;
}

.business-user .section-item .product-box .box .desc {
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  color: #5f6464;  
  width: 170px;
  margin: 0 auto;
}

.swiper-flx {
  margin-top: 45px;
}

.product-box {
  overflow: hidden; 
  width: 780px;
  flex-wrap: wrap;
}

.swiper-flx .pic-box {
  width: 100%;
  height: 420px;
  overflow: hidden;
  position: relative;
}

.swiper-flx .pic-box .box li {
  float: left;
  width: 1250px;
  overflow: hidden;
  display: none;
}

.swiper-flx .pic-box .box .active-li {
  display: block;
}

.swiper-flx .pic-box .box li img {
  width: auto;
}

.swiper-flx .tab-box .box li {
  float: left;
  padding: 32px 40px 20px 40px;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  background-color: #f2f3f5;
  width: 245px;
  height: 240px;
}


.swiper-flx .tab-box .box li.active-tab {
  background-color: #fbfbfb;
}

.swiper-flx .tab-box .box .label {
  font-size: 20px;
  line-height: 36px;
  color: #2a2e2e;
  margin-bottom: 8px;
}

.swiper-flx .tab-box .box .desc {
  font-size: 14px;
  line-height: 25px;
  color: #5f6464;
}